home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / compress / gzip123.zip / README.DOS < prev   
Text File  |  1993-06-12  |  1KB  |  21 lines

  1. Please read the generic README file first. Note in particular:
  2.  
  3.   copy gzip.exe to gunzip.exe and zcat.exe, or use "gzip -d" to decompress.
  4.   gzip386.exe runs much faster but only on 386 and above; it needs go32.exe,
  5.   available in omnigate.clarkson.edu:/pub/msdos/djgpp/djdev110.zip
  6.  
  7. If you get the message "Cannot exec go32.exe" when running gzip386, check
  8. that go32.exe is in a directory included in your PATH. For example:
  9.    PATH \djgpp\bin;\dos
  10. For other problems related to DJGPP, read the documentation provided
  11. in djdev1110.zip. If a problem occurs with gzip386.exe, check first
  12. if it occurs also with gzip.exe before reporting it.
  13.  
  14. The two programs gzip.exe and gzip386.exe give different compression ratios
  15. because the 16 bit version (gzip.exe) is compiled with -DSMALL_MEM to
  16. reduce memory usage. When compiled without this flag, all versions of
  17. gzip give exactly the same compression ratio.
  18.  
  19. Please send comments and bug reports to Jean-loup Gailly <jloup@chorus.fr>
  20. or to bug-gnu-utils@prep.ai.mit.edu.
  21.